crypto/hpke.aead.nK (field)

6 uses

	crypto/hpke (current package)
		aead.go#L59: 	nK  int
		aead.go#L66: 	nK:  128 / 8,
		aead.go#L73: 	nK:  256 / 8,
		aead.go#L80: 	nK:  chacha20poly1305.KeySize,
		aead.go#L91: 	if len(key) != a.nK {
		aead.go#L98: 	return a.nK